home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / ao10 / ACTION.EXE / 0 / RCDATA / TTRIALWARN / TTRIALWARN.txt
Text File  |  1998-08-10  |  1KB  |  55 lines

  1. object TrialWarn: TTrialWarn
  2.   Left = 220
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Trial warning!'
  6.   ClientHeight = 219
  7.   ClientWidth = 348
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 329
  21.     Height = 161
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'This is an evaluation version of the ActionOutline. '#13#10'You can ev' +
  26.       'aluate it during 30-day period. After you need to register it or' +
  27.       ' remove it from your computer!'#13#10#13#10'Each item is limited to have 7' +
  28.       ' subitems only in the evaluation version.'#13#10#13#10'By registration you' +
  29.       ' will obtain top-priority support, free upgrades to maintenance ' +
  30.       'releases, discounts on future products and will remove all trial' +
  31.       ' limitations!'
  32.     WordWrap = True
  33.   end
  34.   object Button1: TButton
  35.     Left = 262
  36.     Top = 184
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'OK'
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.   end
  44.   object btnOrder: TButton
  45.     Left = 182
  46.     Top = 184
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Order...'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = btnOrderClick
  53.   end
  54. end
  55.